The following codes can be entered as part of a folder or filename format. You can combine these in any manner along with static text.
%cam = Filename defined on camera (usually a good option to use for most digital cameras)
%yyyy and %yy = The current year (2 or 4 digits). Ex: "2000" or "00"
%mmm and %mm and %m = The current month (numeric or abbrev). Ex: "02", "2" or "Feb"
%dd and %d = The current day of the month (with or without leading zero). "Ex: "08" or "8"
%hh and %h = The current hour (with or without leading zero)
%nn and %n = The current minute (with or without leading zero)
%ss and %s = The current second (with or without leading zero)
If today's date was October 6th, 2000 (time=5:43:06pm) then the following examples would apply:
Scans_on_%yyyy_%m_%d = Scans_on_2000_10_6
Pic_%mmm_%d_%hh_%nn_%ss = Pic_Oct_6_05_43_06